SeslSeekBar
SeslSeekBar is a concrete implementation of SeslAbsSeekBar that provides a standard single-thumb seek bar for selecting a value within a range.
This class does not add new public APIs beyond those provided by SeslAbsSeekBar, but serves as the direct widget to be used in layouts and code for a typical seek bar. It may override certain behaviors or provide default styling specific to the SeekBar widget.
Use this class in your layouts or code when you need a standard seek bar with all the customization and interaction features defined in SeslAbsSeekBar.
See also
Types
Link copied to clipboard
interface OnSeekBarChangeListener
A callback that notifies clients when the progress level has been changed.
Link copied to clipboard
interface OnSeekBarHoverListener
Samsung SeekBar callback for hover events.